gridview: Use gtk_list_item_manager_get_nearest_tile()
authorBenjamin Otte <otte@redhat.com>
Thu, 9 Mar 2023 04:30:25 +0000 (05:30 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 10 Mar 2023 16:03:33 +0000 (17:03 +0100)
commit670cf6201d6c4c0d54c4c12390a219598ef2ace4
tree66c8920f972a17ecebc3d48672964a1c98501b4b
parent196372f124138236bb638dc688e3f7b9d45a32e3
gridview: Use gtk_list_item_manager_get_nearest_tile()

Simplifies gtk_grid_view_get_position_from_allocation() a bit because we
can omit the bounds shenanigan.
gtk/gtkgridview.c